home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-11-07 | 2.7 KB | 110 lines |
- ;
- ; File: IKVPLUG.INI - init file for IKVPLUG.DLL
- ;
- ; Summary: IKVPLUG.DLL is used by the KEYview installer to
- ; add information to the Registry which is used
- ; by the KEYview Plug-in Loader (KVPLUG.DLL).
- ;
-
- ; [KEYview Sections]
- ; All sections (other than this one!) contained in this .INI file
- ; which are to be added to KEYview's Registry settings must be listed here.
- ; This is because there is no way in 16-bit for an application to enumerate
- ; all sections in an .INI file!!
- ; Note: what values they are defined as is irrelevent; only the section
- ; names are used by IKVPLUG.DLL.
- ;
- [KEYview Sections]
- VAPI=1
- KVPLUG=1
- ContextMenu=1
- FrameMenu=1
- Icon=1
- Toolbar=1
- Tab=1
-
- ; [VAPI]
- ; Define the window class as "kvPLUGIN"
- ; Specify AutoDetect id's which will be handled by KVPLUG.DLL.
- ; Note that there must also be a corresponding entry in the
- ; [KVPLUG] section which map the AutoDetect id to a MIME type.
- ;
- [VAPI]
- kvplug.dll="kvPLUGIN"
- 199="plugin 0 kvplug.dll"
-
- ; [VAPI.16]
- ; Contains additional [VAPI] entries for Win16 ONLY!
- [VAPI.16]
- 200="plugin2 0 kvplug.dll"
-
- ; [VAPI.32]
- ; Contains additional [VAPI] entries for Win32 ONLY!
- [VAPI.32]
- 143="plugin 8192 kvplug.dll"
- 200="plugin2 8192 kvplug.dll"
- 18="plugin 0 kvplug.dll"
- 252="plugin 0 kvplug.dll"
- 253="plugin 0 kvplug.dll"
- 256="plugin 0 kvplug.dll"
- 258="plugin 0 kvplug.dll"
-
- ;
- ; [KVPLUG] - This section contains mappings from AutoDetect numbers
- ; to MIME types. KVPLUG.DLL supports mapping to more than one
- ; MIME type. When there are multiple types they should be separated
- ; with a vertical bar '|'.
- ;
- ; example:
- ; 221="video/mpeg|x-video/mpeg"
- ;
- [KVPLUG]
- ; IMPORTANT: Remember to add format to [VAPI] section as well!
- 199="application/envoy"
- 200="application/pdf"
-
- ; [KVPLUG.32]
- ; Contains additional [KVPLUG] entries for Win32 ONLY!
- ;
- [KVPLUG.32]
- 18="image/x-mgx-drw"
- 143="vector/x-dxf|image/x-dxf|image/vnd.dxf"
- 252="image/x-cmx"
- 253="vector/x-dwg|image/x-dwg|image/vnd.dwg"
- 256="audio/x-pn-realaudio-plugin"
- 258="image/x-mgx-dsf"
-
- ; [ContextMenu], [FrameMenu], . . . , [Tab]
- ; Info for toolbar, icon, menu, help tab, etc.
- ;
- [ContextMenu]
- plugin="21"
- plugin2="21"
-
- [FrameMenu]
- plugin="29"
- plugin2="32"
-
- [Icon]
- plugin="108"
- plugin2="108"
-
- [Toolbar.16]
- ; Contains additional [Toolbar] entries for Win16 ONLY!
- plugin="6792 6 6502 6505 6511 6510 0 6547"
- plugin2="6792 6 6502 6505 6511 6510 0 6547"
-
- ; [Tab.16]
- ; Contains additional [Tab] entries for Win16 ONLY!
- [Tab.16]
- plugin="kvpref.dll 1"
- plugin2="kvpref.dll 1"
-
- ; [Tab.32]
- ; Contains additional [Tab] entries for Win32 ONLY!
- [Tab.32]
- plugin="kvoptions.dll 1"
- plugin2="kvoptions.dll 1"
-
-
-